.transparent-background {
  background-color: rgba(0, 0, 0, 0.7); /* Black color, 80% transparency */
}

a {
  color: #000000; /* Link color (normal) */
  text-decoration: none; /* Optional: remove underline */
}

a:visited {
  color: #B42D2D; /* Link color after it’s visited */
  text-decoration: none; /* Optional: remove underline */
}

a:hover {
  color: #B42D2D; /* Optional: link color on hover */
  text-decoration: none; /* Optional: remove underline */
}

.line {
background-color: #CC0000;
height: 5px;
width: 20%;
margin: 0 auto;
}

.ftBlack {
color: #000000!important;
font-family: 'Nissan', sans-serif!important;
font-size: 16px!important;
font-weight: 300!important;
}

.zpsection:has(.custom-code-css){
	all:unset;
}

.zpcontent-container .top-hero {
  background-image: url('https://adv.caetsu.agency/temp/zoho/24179/Header_Desktop.png') !important;
  background-size: cover !important;
  background-position: center center !important;
}

.car-model {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .car-model:hover {
    transform: scale(1.1);
  }

  .car-model.inactive, .car-separator.inactive {
    opacity: 0.4; /* Reduz opacidade dos modelos e das linhas separadoras */
}